-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update schemas in separate task to avoid freezes #854
Conversation
The problem persists that when there is a remote database with bad credentials / wrong port whatever, it freezes... Make the test with db.sob.opengis.ch and you will see. Only if I first enter correct password / username, schema, db, port and then enter the url it works... |
The same super long freeze is present in older MB versions when entering db.sob.opengis.ch, wrong port, and pressing the |
Hm... Or when it takes that long maybe a shorter time out would be cool. Or don't we have it in our hands and it's a server thing? |
I did not see that here Still I think the timeout is very long and likely to hang in other places... I can still try to find out the exact hang location (I suppose some psycopg function) and see if there is the possibility to pass a timeout argument. In that case what would be a good value for it? |
Why it checks ili2db version? 🤔 |
Its not necessary, I copy pasted too much code 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. That looks good.
Fix #848